* {
  color: #000;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  list-style: none;
  box-sizing: border-box;
}
/* html {

  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  
  -webkit-filter: grayscale(100%);
  
  } */
body {
  background: #F6F8F9;
  font-size: 14px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a:hover {
  color: #4682fc;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.min-width {
  min-width: 1200px;
}
.row {
  width: 1200px;
  margin: auto;
  position: relative;
}
.row-a {
  width: 1200px;
  /* height: 200px; */
  margin: auto;
  position: relative;
}
.col-l {
  float: left;
}
.col-r {
  float: right;
}
.text-c {
  text-align: center;
}
.text-r {
  text-align: right;
}
.bg-w {
  background: white;
}
.bg-b {
  background: #1da8ed;
}
.bg-h {
  background: #266dfc;
  opacity: 0.85;
}
.bg-h-a {
  height: 230px;
  /* background: #266dfc; */
}
.span {
  margin-top: 20px;
}
.flex {
  display: flex;
}
.flex.both {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.head {
  border-bottom: #e5e5e5 solid 1px;
}
.head .row {
  align-items: center;
}
.head .tool .search {
  width: 234px;
  height: 33px;
  border: #d0d0d0 solid 1px;
  border-radius: 100px;
  overflow: hidden;
}
.head .tool .search input {
  flex: 1;
  padding: 0 10px;
}
.head .tool .search button {
  width: 33px;
  font-size: 0;
  background: #FFF url(skin/head-search-submit.png) center no-repeat;
}
.head .tool .login a {
  display: inline-block;
  width: 94px;
  height: 39px;
  text-align: center;
  background: #4682fc;
  /* opacity: 0.85; */
  color: #FFF;
  border-radius: 20px;
  line-height: 39px;
  margin-left: 20px;
}
.head .tool .login a:hover {
  background: #2962d6;
}
.head .tool .logout {
  margin-left: 20px;
}
.head .tool .logout .exit {
  display: inline-block;
  width: 100px;
  height: 33px;
  text-align: center;
  background: #4682fc;
  color: #FFF;
  border-radius: 0px 5px 5px 0;
  line-height: 33px;
}
.head .tool .logout .exit:hover {
  background: #4682fc;
}
.head .tool .logout .name {
  color: #4682fc;
  border: #4682fc solid 1px;
  border-right: 0;
  line-height: 31px;
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px 0px 0px 5px;
}
.head .tool .logout .name:hover {
  background: #4682fc;
  color: #FFF;
}
.navs {
  font-size: 0;
  position: relative;
  z-index: 2000;
  text-align: center;
}

.navs_abc {
  font-size: 0;
  position: relative;
  z-index: 2000;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.navs .item {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.navs .item .name {
  display: block;
  text-align: center;
  padding: 20px 21px 20px 21px;
  font-size: 16px;
}

.navs .item1 {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.navs .item1 .name1 {
  display: block;
  text-align: center;
  padding: 15px 93px 15px 93px;
  font-size: 16px;
  color: #FFFFFF;
}

.navs .item1 .name1:hover {
  color: #000;
  background: #F6F8F9;
}

.navs .item .name:hover {
  color: #000;
  background: #F6F8F9;
}
.navs .item .list {
  position: absolute;
  width: 100%;
  background: #F6F8F9;
  left: 0;
  top: 65px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.navs .item .list a {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #000;
  transition: all 0.3s;
}
.navs .item .list a:hover {
  background: #4682fc;
  color: #FFF;
}
.navs .item:hover .name {
  background: #F6F8F9;
}
.navs .item:hover .list {
  opacity: 1;
  visibility: visible;
  top: 59px;
}
.navs.fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

.navs_abc .item {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.navs_abc .item .name {
  display: block;
  text-align: center;
  padding: 20px 21px 20px 21px;
  font-size: 16px;
}

.navs_abc .item1 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  width: 235px;
}
.navs_abc .item1 .name1 {
  display: block;
  text-align: center;
  padding: 15px 23px 15px 23px;
  font-size: 16px;
  color: #000000;
  background: #e6ebff;
  height: 50px;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 10px;
  width: 220px;
}

.navs_abc .item1 .name1:hover {
  background: #2757ff;
  color: #FFF;
}

.navs_abc .item .name:hover {
  color: #000;
  background: #F6F8F9;
}
.navs_abc .item .list {
  position: absolute;
  width: 100%;
  background: #F6F8F9;
  left: 0;
  top: 65px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.navs_abc .item .list a {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #000;
  transition: all 0.3s;
  background: #e6ebff;
}
.navs_abc .item .list a:hover {
  background: #4682fc;
  color: #FFF;
}
.navs_abc .item:hover .name {
  background: #F6F8F9;
}
.navs_abc .item:hover .list {
  opacity: 1;
  visibility: visible;
  top: 59px;
}
.navs_abc.fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

.banner {
  height: 456px;
  position: relative;
}
.banner .slide {
  overflow: hidden;
}
.banner .slide li {
  height: 456px;
  background-position: center;
}
.banner .slide li a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .pager {
  max-width: 1200px;
  position: relative;
  z-index: 999;
  margin: auto;
  top: -150px;
  text-align: right;
}
.banner .pager li {
  display: inline;
  padding: 5px;
  background: #333;
  line-height: 0px;
  font-size: 0px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 100%;
}
.banner .pager li.on {
  background: #FFF;
}
.index.count {
  margin-top: -36px;
  background: url(skin/index-count-bg.jpg);
  z-index: 1000;
}
.index.count .list {
  display: flex;
  padding: 50px 0;
}
.index.count .list .item {
  flex: 1;
}
.index.count .list .item strong,
.index.count .list .item span {
  display: block;
  text-align: center;
}
.index.count .list .item strong {
  width: 112px;
  height: 112px;
  margin: auto;
  background-position: bottom;
  background-size: 112px;
}
.index.count .list .item strong.icon-1 {
  background-image: url(skin/count-icon-1.png);
}
.index.count .list .item strong.icon-2 {
  background-image: url(skin/count-icon-2.png);
}
.index.count .list .item strong.icon-3 {
  background-image: url(skin/count-icon-3.png);
}
.index.count .list .item strong.icon-4 {
  background-image: url(skin/count-icon-4.png);
}
.index.count .list .item strong.icon-5 {
  background-image: url(skin/count-icon-5.png);
}
.index.count .list .item strong.icon-6 {
  background-image: url(skin/count-icon-6.png);
}

.index.count .list .itemB {
  flex: 1;
}
.index.count .list .itemB strong,
.index.count .list .itemB span {
  display: block;
  text-align: center;
}

.index.count .list .itemB strong {
  width: 200px;
  height: 200px;
  margin: auto;
  background-position: bottom;
  /* background-size: 200px; */
}

.index.count .list .itemB strong.icon-yai {
  background-image: url(skin/count-icon-yai.png);
}
.index.count .list .itemB strong.icon-ycl {
  background-image: url(skin/count-icon-ycl.png);
}
.index.count .list .itemB strong.icon-ecl {
  background-image: url(skin/count-icon-ecl.png);
}
.index.count .list .itemB strong.icon-stl {
  background-image: url(skin/count-icon-stl.png);
}
.index.count .list .itemB strong.icon-uav {
  background-image: url(skin/count-icon-uav.png);
}

.index.count .list .item span {
  font-size: 18px;
  color: #6d6d6d;
  padding-top: 30px;
}
.index.count .list .item a:hover strong {
  background-position: top;
}
.index.count .list .item a:hover span {
  color: #08a4ff;
}
.index.count .name {
  color: #FFF;
  background: #4682fc;
  width: 400px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  margin: 40px auto auto auto;
  border-radius: 100px;
}
.index.note {
  background: #266dfc url(skin/note-icon.png) 15px center no-repeat;
  padding: 15px;
  /* border-radius: 5px; */
  padding-left: 50px;
  opacity: 0.85;
  height: 50px;
}

.index.noteA {
  background: #266dfc;
  opacity: 0.85;
  padding: 15px;
  border-radius: 5px;
  padding-left: 50px;
}

.index.note a {
  color: #FFF;
}
.index.part-1 .new {
  width: 1200px;
}
.index.part-1 .new .item {
  width: 600px;
  padding: 20px;
  padding-bottom: 0;
}
.index.part-1 .new .item .name a {
  font-size: 22px;
  font-weight: bold;
}
.index.part-1 .new .item .name a::before {
  content: '';
  width: 20px;
  display: inline-block;
  background: url(skin/icon-arrow.png) left center no-repeat;;
  height: 20px;
  vertical-align: -3px;
  margin-right: 10px;
}
.index.part-1 .new .item .name1 a::before {
  content: '';
  width: 20px;
  display: inline-block;
  background: url(skin/icon-arrow.png) left center no-repeat;
  height: 20px;
  vertical-align: -3px;
  margin-right: 10px;
}

.index.part-1 .new .item .list li {
  line-height: 45px;
  border-bottom: #efefef solid 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index.part-1 .new .item .list li:last-child {
  border-bottom: 0;
}

.index.part-1 .vid {
  width: 390px;
  cursor: pointer;
}
.index.part-4 .list .vid {
  width: 600px;
  cursor: pointer;
}
.index.part-2 .new {
  width: 1200px;
}

.index.part-2 .new .name a {
  font-size: 22px;
  font-weight: bold;
  margin-left: 20px;
}

.index.part-2 .new .item .list {
  width: 650px;
}

.index.part-2 .new .item .list li {
  line-height: 45px;
  border-bottom: #efefef solid 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index.part-2 .new .item .list li:last-child {
  border-bottom: 0;
}

.index.part-2 .new .name a::before {
  content: '';
  width: 20px;
  display: inline-block;
  background: url(skin/icon-arrow.png) left center no-repeat;
  height: 20px;
  vertical-align: -3px;
  margin-right: 10px;
}
.index.part-2 .new .item {
  padding: 20px;
  margin-top: 20px;
}
.index.part-2 .new .item .show {
  width: 450px;
}
/* .index.part-2 .new .item .show img {
  width: 450px;
  height: 260px;
} */
.index.part-2 .new .item .info {
  flex: 1;
  padding-left: 20px;
}
.index.part-2 .new .item .info .text {
  padding: 10px 0 15px 0;
  font-size: 16px;
}
.index.part-2 .new .item .info .cont {
  line-height: 24px;
  color: #A6ADB4;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index.part-2 .new .item .info .time {
  background: url(skin/news-time-bg.png) left center no-repeat;
  padding-left: 20px;
  color: #A6ADB4;
}
.index.part-2 .new .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.index.part-2 .tool {
  width: 390px;
  padding-top: 24px;
}
.index.part-2 .tool .link .name {
  padding: 20px;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: bold;
}
.index.part-2 .tool .link .name::before {
  content: '';
  width: 12px;
  display: inline-block;
  background: url(skin/icon-before.png) left center no-repeat;
  height: 18px;
  vertical-align: -3px;
  margin-right: 10px;
}
.index.part-2 .tool .link .list .item {
  flex: 1;
  margin: 31.5px 0;
}
.index.part-2 .tool .link .list .item .icon,
.index.part-2 .tool .link .list .item .text {
  display: block;
}
.index.part-2 .tool .link .list .item .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  background-size: 40px;
}
.index.part-2 .tool .link .list .item .icon.icon-1 {
  background-image: url(skin/icon-01.png);
}
.index.part-2 .tool .link .list .item .icon.icon-2 {
  background-image: url(skin/icon-02.png);
}
.index.part-2 .tool .link .list .item .icon.icon-3 {
  background-image: url(skin/icon-03.png);
}
.index.part-2 .tool .link .list .item .icon.icon-4 {
  background-image: url(skin/icon-04.png);
}
.index.part-2 .tool .link .list .item .icon.icon-5 {
  background-image: url(skin/icon-05.png);
}
.index.part-2 .tool .link .list .item .icon.icon-6 {
  background-image: url(skin/icon-06.png);
}
.index.part-2 .tool .link .list .item .icon.icon-7 {
  background-image: url(skin/icon-07.png);
}
.index.part-2 .tool .link .list .item .icon.icon-8 {
  background-image: url(skin/icon-08.png);
}
.index.part-2 .tool .link .list .item .text {
  text-align: center;
  padding-top: 10px;
  color: #928f8f;
}
.index.part-2 .tool .link .list .item:nth-child(2) {
  border: #000 dotted 1px;
  border-top: 0;
  border-bottom: 0;
}
.index.part-2 .tool .link .list .item:hover .icon {
  background-position: bottom;
}
.index.part-2 .tool .link .list .item:hover .text {
  color: #333;
  font-weight: bold;
}
.index.part-3 .name a {
  font-size: 22px;
  font-weight: bold;
  margin-left: 20px;
}
.index.part-3 .name a::before {
  content: '';
  width: 20px;
  display: inline-block;
  background: url(skin/icon-arrow.png) left center no-repeat;
  height: 20px;
  vertical-align: -3px;
  margin-right: 10px;
}
.index.part-3 .list .item {
  width: 190px;
  margin-top: 20px;
  position: relative;
}
.index.part-3 .list .item .show img {
  width: 190px;
  height: 190px;
}
.index.part-3 .list .item .info {
  width: 100%;
  height: 100%;
}
.index.part-3 .list .item .info strong,
.index.part-3 .list .item .info span {
  display: block;
}
.index.part-3 .list .item .info strong {
  padding: 20px 0px 5px 0px;
  font-weight: bold;
  font-size: 16px;
  color: #717171;
}
.index.part-3 .list .item .info span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #a1a1a1;
  overflow: hidden;
}
.index.part-3 .list .item:hover .info strong {
  color: #4682fc;
}

.index.part-9 .name a {
  font-size: 22px;
  font-weight: bold;
  margin-left: 20px;
}
.index.part-9 .name a::before {
  content: '';
  width: 20px;
  display: inline-block;
  background: url(skin/icon-arrow.png) left center no-repeat;
  height: 20px;
  vertical-align: -3px;
  margin-right: 10px;
}
.index.part-9 .list .item {
  width: 190px;
  margin-top: 20px;
  position: relative;
}
.index.part-9 .list .item .show img {
  width: 150px;
  height: 150px;
}
.index.part-9 .list .item .info {
  width: 100%;
  height: 100%;
}
.index.part-9 .list .item .info strong,
.index.part-9 .list .item .info span {
  display: block;
}
.index.part-9 .list .item .info strong {
  padding: 20px 0px 5px 0px;
  font-weight: bold;
  font-size: 16px;
  color: #717171;
}
.index.part-9 .list .item .info span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #a1a1a1;
  overflow: hidden;
}
.index.part-9 .list .item:hover .info strong {
  color: #4682fc;
}

.index.part-4 .name a {
  font-size: 18px;
  font-weight: bold;
}
.index.part-4 .name a::before {
  content: '';
  width: 20px;
  display: inline-block;
  background: url(skin/icon-arrow.png) left center no-repeat;
  height: 20px;
  vertical-align: -3px;
  margin-right: 10px;
}
.index.part-4 .list .item {
  width: 190px;
}
.index.part-4 .list .item .info strong,
.index.part-4 .list .item .info span {
  display: block;
  padding: 10px;
}
.index.part-4 .list .item .info strong {
  padding-bottom: 0;
}
.index.part-4 .list .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.index.part-5 .name {
  font-size: 22px;
  font-weight: bold;
}
.index.part-5 .name::before {
  content: '';
  width: 20px;
  display: inline-block;
  background: url(skin/icon-arrow.png) left center no-repeat;
  height: 20px;
  vertical-align: -3px;
  margin-right: 10px;
}
.index.part-5 .list {
  font-size: 0;
  margin-left: -25px;
}
.index.part-5 .list .item {
  width: 220px;
  margin-top: 20px;
  display: inline-block;
  margin-left: 25px;
}
.index.part-5 .list .item img {
  width: 220px;
  height: 100px;
}
.index.part-5 .list .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.index.part-7 strong {
  font-size: 18px;
  font-weight: bold;
}
.index.part-7 strong::before {
  content: '';
  width: 4px;
  display: inline-block;
  background: #4682fc;
  height: 18px;
  vertical-align: -3px;
  margin-right: 10px;
}
.index.part-7 a {
  color: #b9b9b9;
  margin-right: 10px;
  font-weight: bold;
}
.index.part-7 a:hover {
  color: #4682fc;
}
.index.part-6 {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20000;
  top: 0;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.index.part-6 .vid {
  width: 1000px;
  height: 563px;
  border-radius: 5px;
  position: relative;
}
.index.part-6 .vid video {
  width: 100%;
  height: 100%;
}
.index.part-6 .vid .hide {
  position: absolute;
  right: 25px;
  top: 20px;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0.5;
  cursor: pointer;
}
.index.part-6.show {
  visibility: visible;
  opacity: 1;
}
.foot {
  padding: 40px 0;
  background: #FFF;
  margin-top: 30px;
  border-top: #e5e5e5 solid 1px;
}
.foot .logo img {
  width: 470px;
}
.foot .link .name {
  font-weight: bold;
  font-size: 16px;
  color: #4d4d4d;
  border-bottom: #dedede solid 1px;
  padding-bottom: 10px;
  padding-right: 30px;
}
.foot .link:last-child .name,
.foot .link:last-child .item {
  padding-right: 0px;
}
.foot .link .item {
  padding-top: 10px;
  text-align: center;
  padding-right: 30px;
}
.foot .link .item a {
  color: #828282;
  font-weight: bold;
}
.foot .link .item a:hover {
  color: #01a2fd;
}
.foot .info .code {
  margin-right: 20px;
}
.foot .info .code img,
.foot .info .code span {
  display: block;
}
.foot .info .code span {
  text-align: center;
  padding-top: 6px;
  color: #797979;
}
.foot .info .code img {
  width: 70px;
  height: 70px;
  margin-top: 20px;
}
.foot .info .text {
  line-height: 25px;
}
.foot .info .text p,
.foot .info .text a {
  color: #797979;
}
.body {
  padding: 40px;
  margin-top: -46px;
  min-height: 500px;
  border-radius: 5px;
}
.body .title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: #efefef solid 1px;
  padding-bottom: 28px;
}
.body .titleB {
  font-size: 16px;
  font-weight: bold;
  border-bottom: #efefef solid 1px;
  padding-bottom: 28px;
}
.body .title span {
  float: right;
}
.body .html {
  line-height: 30px;
  text-align: justify;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.body .html strong {
  font-weight: bold;
}
.body .html table.data {
  width: 100%;
  border: #efefef solid 1px;
  border-left: 0;
  border-bottom: 0;
}
.body .html table.data td {
  border: #efefef solid 1px;
  border-right: 0;
  border-top: 0;
  padding: 5px;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
}
.body .html table.data td.name {
  font-weight: bold;
  font-size: 16px;
  background: linear-gradient(#fff, #efefef);
}
.body .html table.data td.list {
  white-space: normal;
  padding: 0;
}
.body .html table.data td .tag {
  padding: 0 5px;
  background: #4682fc;
  color: #FFF;
  margin: 5px;
  white-space: nowrap;
  display: inline-block;
  border-radius: 5px;
}
.body .list-img .item {
  width: 250px;
  padding: 10px;
  margin-bottom: 40px;
  border: #efefef solid 1px;
}
.body .list-img .item .show img {
  width: 100%;
}
.body .list-img .item .info strong,
.body .list-img .item .info span {
  display: block;
  padding: 10px;
  text-align: justify;
}
.body .list-img .item .info strong {
  padding-bottom: 0;
}
.body .list-img .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.body .list-img .item:not(:nth-child(4n)) {
  margin-right: calc(10.7% / 3);
}
.body .list-txt .item {
  padding: 20px;
  border: #efefef solid 1px;
  margin-bottom: 20px;
}
.body .list-txt .item .show {
  width: 210px;
}
.body .list-txt .item .show img {
  width: 210px;
  height: 138px;
}
.body .list-txt .item .info {
  flex: 1;
  padding-left: 20px;
}
.body .list-txt .item .info .text {
  padding: 10px 0 15px 0;
  font-size: 16px;
}
.body .list-txt .item .info .cont {
  line-height: 24px;
  color: #A6ADB4;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.body .list-txt .item .info .time {
  background: url(skin/news-time-bg.png) left center no-repeat;
  padding-left: 20px;
  color: #A6ADB4;
}
.body .list-txt .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.body .list-com {
  margin-left: -20px;
}
.body .list-com img {
  margin-left: 20px;
  margin-bottom: 20px;
  width: 208px;
}
.form-box {
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.form-box .cont {
  width: 1200px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.form-box .cont .show {
  width: 775px;
  position: relative;
}
.form-box .cont .show .logo {
  position: absolute;
  left: 40px;
  top: 30px;
}
.form-box .cont .show .image img {
  width: 100%;
  height: 100%;
}
.form-box .cont .list {
  padding: 40px;
  flex: 1;
}
.form-box .cont .list .name {
  font-size: 32px;
  font-weight: bold;
  color: #1da8ed;
}
.form-box .cont .list .item {
  padding-top: 30px;
}
.form-box .cont .list .item span,
.form-box .cont .list .item input {
  display: block;
}
.form-box .cont .list .item span {
  color: #1da8ed;
}
.form-box .cont .list .item input {
  border-bottom: #1da8ed solid 1px;
  width: 100%;
  line-height: 40px;
}
.form-box .cont .list .code {
  position: relative;
}
.form-box .cont .list .code img {
  position: absolute;
  right: 0;
  bottom: 4px;
  height: 32px;
  cursor: pointer;
}
.form-box .cont .list .code strong {
  position: absolute;
  right: 0;
  bottom: 1px;
  height: 40px;
  line-height: 40px;
  background: #FFF;
}
.form-box .cont .list .code input {
  padding-right: 100px;
}
.form-box .cont .list .text {
  text-align: right;
  padding-top: 20px;
}
.form-box .cont .list .text a {
  margin: 0px 20px;
}
.form-box .cont .list .text a:last-child {
  margin-right: 0;
}
.form-box .cont .list .btns {
  margin-top: 20px;
}
.form-box .cont .list .btns span {
  flex: 1;
  line-height: 45px;
  background: #1da8ed;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.form-box .cont .list .btns span:hover {
  background: #1da8ed;
}
#dialog_mask {
  visibility: hidden;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dialog_main {
  visibility: hidden;
  min-width: 400px;
  padding: 20px;
  border-radius: 5px;
  margin-top: -200px;
}
#dialog_mask.show,
#dialog_main.show {
  visibility: visible;
}
#dialog_message {
  line-height: 24px;
  padding-bottom: 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
#dialog_message p {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
#dialog_message a {
  color: #FFF;
  display: block;
  margin-top: 10px;
}
#dialog_message a:hover {
  color: #31B0D5;
}
#dialog_buttons {
  text-align: right;
}
#dialog_ok,
#dialog_cancel {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  border: #FFF solid 1px;
  display: inline-block;
  padding: 5px 15px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
}
#dialog_cancel:honver {
  background: #FFF;
}
#dialog_main.success {
  background: #4682fc;
}
#dialog_main.info {
  background: #4682fc;
}
#dialog_main.warning {
  background: #4682fc;
}
#dialog_main.danger {
  background: #4682fc;
}
.message .name {
  font-size: 16px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #dedede solid 1px;
}
.message .name:first-child {
  padding-top: 0;
}
.message .part {
  padding-bottom: 10px;
  line-height: 30px;
}
.message .part .bold {
  font-weight: bold;
  color: #000;
}
.message .part .text {
  color: #787878;
}
.message .from {
  padding-top: 40px;
}
.message .from .item {
  padding-bottom: 20px;
}
.message .from .item strong {
  color: #4682fc;
  font-weight: normal;
}
.message .from .item span {
  padding-left: 20px;
}
.message .from input[type=text],
.message .from select {
  height: 45px;
  border: #dedede solid 1px;
  padding: 0px 10px;
}
.message .from input[type=radio],
.message .from input[type=checkbox] {
  margin-right: 5px;
  vertical-align: middle;
}
.message .from label {
  margin-right: 20px;
}
.message .from textarea {
  width: 600px;
  height: 200px;
  resize: none;
  border: #dedede solid 1px;
  padding: 10px;
}
.message .from .item.n {
  font-size: 22px;
  color: #000;
  padding-top: 40px;
  padding-bottom: 20px;
}
.message .from .item.upload {
  width: 400px;
  display: block;
  position: relative;
}
.message .from .item.upload .list {
  border: #dedede solid 1px;
  height: 38px;
  display: block;
  line-height: 38px;
  padding-left: 10px;
}
.message .from .item.upload .browse {
  border-left: #efefef solid 1px;
  width: 100px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.message .from .item .webuploader-pick {
  background: none;
  color: #333;
  height: 100%;
  display: block;
  padding: 0px;
}
.message .from .submit {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  margin: auto;
  background: #4682fc;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.pager {
  /* width: 30px; */
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 60px 0px;
  text-align: right;
}
.pager a {
  margin: 0px 5px;
  color: #4682fc;
  border: #4682fc solid 1px;
  padding: 5px 15px;
  border-radius: 3px;
}
.pager span {
  color: #FFF;
  background: #4682fc;
  border: #4682fc solid 1px;
  margin: 0px 5px;
  padding: 5px 15px;
  border-radius: 3px;
}

.pagerB {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 60px 0px;
  text-align: center;
}
.pagerB a {
  margin: 0px 5px;
  color: #4682fc;
  border: #4682fc solid 1px;
  padding: 5px 15px;
  border-radius: 3px;
}
.pagerB span {
  color: #FFF;
  background: #4682fc;
  border: #4682fc solid 1px;
  margin: 0px 5px;
  padding: 5px 15px;
  border-radius: 3px;
}

.float {
  position: absolute;
  transition: all 1s;
  right: 0px;
  bottom: 50px;
  width: 50px;
  z-index: 10000000;
}
/* .float .item {
  padding-top: 10px;
} */
.float .item a {
  display: block;
  padding: 10px;
  text-align: center;
  background: #4682fc;
  /* opacity: 0.85; */
  color: #FFF;
  cursor: pointer;
  /* border-radius: 5px;
  border: #FFF solid 1px; */
}
.float .item a:hover {
  background: #2962d6;
}
.float .item img {
  width: 27px;
  display: block;
  margin: 0px auto 10px auto;
}
.float .top {
  background: #FFF;
  text-align: center;
  padding: 15px 0;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 90px;
}
.tiptitle {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}

.body .tabs {
  /* position: absolute; */
  top: 100px;
  /* border: #efefef solid 1px; */
  /* border-radius: 5px; */
  overflow: hidden;
  font-size: 15px;
  margin-top: 10px;
}
.body .tabs a {
  padding: 5px 20px;
  display: inline-block;
  font-weight: bold;
  /* border-right: #efefef solid 1px; */
}
.body .tabs a:last-child {
  border: 0;
}
.body .tabs a.on {
  background-position: bottom;
  background: url(skin/tab.png) left center no-repeat;
  /* background-position: 50% 100%; */
  background-position: bottom;
  /* background: #4682fc;*/
  color: #4682fc; 
  height: 40px;
}

.sideB {
  width: 200px;
  /*background: rgba(255,255,255,.5); */
  background: #ffffff;
  color: #323232;
  bottom: 0;
  top: 70px;
  /* position: fixed; */
  left: 0;
  margin-left: auto;
  margin-top: 20px;
}

/* .sideB .list li a::before {
  content: '';
  width: 21px;
  display: inline-block;
  background: url(skin/xwzx.png) left center no-repeat;
  height: 20px;
  vertical-align: -3px;
  margin-right: 10px;
} */

.sideB .list li a {
  padding: 15px 40px;
  display: block;
  color: #323232;
}
.sideB .list li a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #4682fc;
}
.sideB .list li a:hover i {
  color: #4682fc;
}
.sideB .list li a i {
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
  color: #FFF;
  display: inline-block;
  width: 20px;
}
.sideB .list li.on a {
  background: url(skin/left-back.png) left center no-repeat;
  color: #ffffff;
}
.sideB .list li.on a i {
  color: #4682fc;
}

.accountB {
  position: relative;
}

.bodyB {
  margin-left: 20px;
  padding: 40px;
  margin-top: 20px;
  min-height: 500px;
  border-radius: 5px;
}

.bodyB .title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: #efefef solid 1px;
  padding-bottom: 28px;
}

.bodyB .title::before {
  content: '';
  width: 20px;
  display: inline-block;
  background: url(skin/icon-arrow.png) left center no-repeat;
  height: 20px;
  vertical-align: -3px;
  margin-right: 10px;
}

.body .title::before {
  content: '';
  width: 20px;
  display: inline-block;
  background: url(skin/icon-arrow.png) left center no-repeat;
  height: 20px;
  vertical-align: -3px;
  margin-right: 10px;
}

.bodyB .title span {
  float: right;
}
.bodyB .html {
  line-height: 30px;
  text-align: justify;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.bodyB .html strong {
  font-weight: bold;
}
.bodyB .html table.data {
  width: 100%;
  border: #efefef solid 1px;
  border-left: 0;
  border-bottom: 0;
}
.bodyB .html table.data td {
  border: #efefef solid 1px;
  border-right: 0;
  border-top: 0;
  padding: 5px;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
}
.bodyB .html table.data td.name {
  font-weight: bold;
  font-size: 16px;
  background: linear-gradient(#fff, #efefef);
}
.bodyB .html table.data td.list {
  white-space: normal;
  padding: 0;
}
.bodyB .html table.data td .tag {
  padding: 0 5px;
  background: #4682fc;
  color: #FFF;
  margin: 5px;
  white-space: nowrap;
  display: inline-block;
  border-radius: 5px;
}
.bodyB .list-img .item {
  width: 250px;
  padding: 10px;
  margin-bottom: 40px;
  border: #efefef solid 1px;
}
.bodyB .list-img .item .show img {
  width: 100%;
}
.bodyB .list-img .item .info strong,
.bodyB .list-img .item .info span {
  display: block;
  padding: 10px;
  text-align: justify;
}
.bodyB .list-img .item .info strong {
  padding-bottom: 0;
}
.bodyB .list-img .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.bodyB .list-img .item:not(:nth-child(4n)) {
  margin-right: calc(10.7% / 3);
}
.bodyB .list-txt .item {
  padding: 20px;
  border: #efefef solid 1px;
  margin-bottom: 20px;
}
.bodyB .list-txt .item .show {
  width: 210px;
}
.bodyB .list-txt .item .show img {
  width: 210px;
  height: 138px;
}
.bodyB .list-txt .item .info {
  flex: 1;
  padding-left: 20px;
}
.bodyB .list-txt .item .info .text {
  padding: 10px 0 15px 0;
  font-size: 16px;
}
.bodyB .list-txt .item .info .cont {
  line-height: 24px;
  color: #A6ADB4;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bodyB .list-txt .item .info .time {
  background: url(skin/news-time-bg.png) left center no-repeat;
  padding-left: 20px;
  color: #A6ADB4;
}
.bodyB .list-txt .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.bodyB .list-com {
  margin-left: -20px;
}
.bodyB .list-com img {
  margin-left: 20px;
  margin-bottom: 20px;
  width: 208px;
}

.banner ::before {
  padding: 0px;
  margin: 0px;
  font-size: 100%;
}

.banner ::after {
padding: 0px;
margin: 0px;
font-size: 100%;
}

.banner .imgDiv img{
/* width: 450px; */
height: 456px;
}

.banner .rotation li {
  list-style: none;
  float: left;
  color: darkgray;
  padding: 0px;
  margin-right: 3px;
}

.banner .rotation {
  position: relative;
  /* width: 450px; */
  height: 456px;
}


.index.part-2 .new .item .show ::before {
      padding: 0px;
      margin: 0px;
      font-size: 100%;
  }

.index.part-2 .new .item .show ::after {
    padding: 0px;
    margin: 0px;
    font-size: 100%;
}
  
  .index.part-2 .new .item .show .imgDiv img{
    width: 450px;
    height: 260px;
  }
  
  .index.part-2 .new .item .show li {
      list-style: none;
      float: left;
      color: darkgray;
      padding: 0px;
      margin-right: 3px;
  }
  
  .index.part-2 .new .item .show .rotation {
      position: relative;
      width: 450px;
      height: 320px;
  }
  
  .turn {
      display: none;
      text-decoration: none;
      opacity: 0.6;
      background-color: #F0F0F0;
      width: 60px;
      height: 60px;
      position: absolute;
      border-radius: 50%;
      transition: background-color .3s, opacity .3s;
  }
  
  .turn:after {
      content: " ";
      position: absolute;
      left: 75%;
      width: 3px;
      height: 50%;
      background: #f00;
  }
  
  .turn:hover {
      color: #c00;
  }
  
  .turn .left.up:hover {
      transform: rotate(20deg);
  }
  
  .turn .left.down:hover {
      transform: rotate(-20deg);
  }
  
  .turn .right.up:hover {
      transform: rotate(20deg);
  }
  
  .turn .right.down:hover {
      transform: rotate(-20deg);
  }
  
  .index.part-2 .new .item .show .up {
      display: inline-block;
      position: absolute;
      top: 6px;
      font-size: 22px;
      /*transform: translateY(-50%) rotate(30deg);*/
      transition: transform .3s, color .3s
  }
  
  .index.part-2 .new .item .show .down {
      display: inline-block;
      position: absolute;
      bottom: 6px;
      font-size: 22px;
      /*left:10px;*/
      transition: transform .3s, color .3s
  }
  
  .index.part-2 .new .item .show .left {
      left: 20px;
  }
  
  .index.part-2 .new .item .show .right {
      right: 20px;
  }

  .banner .up {
    display: inline-block;
    position: absolute;
    top: 6px;
    font-size: 22px;
    /*transform: translateY(-50%) rotate(30deg);*/
    transition: transform .3s, color .3s
}

.banner .down {
    display: inline-block;
    position: absolute;
    bottom: 6px;
    font-size: 22px;
    /*left:10px;*/
    transition: transform .3s, color .3s
}

.banner .left {
    left: 20px;
}

.banner .right {
    right: 20px;
}
  
  .leftuporigin {
      transform-origin: left bottom;
  }
  
  .leftdownorigin {
      transform-origin: left top;
  }
  
  .rightuporigin {
      transform-origin: right bottom;
  }
  
  .rightdownorigin {
      transform-origin: right top;
  }
  
  .imgView {
      display: none;
      width: 100%;
  }
  .imgView.current-img{
      display: block;
      width: 100%;
  }

  .imgViewB {
      display: none;
      width: 100%;
  }
  .imgViewB.current-img{
      display: block;
      width: 100%;
  }
  .imgTitle {
      color: white;
      /* position: absolute; */
      left: 0;
      /* bottom: 13px; */
      padding-left: 10px;
      font-size: 18px;
      font-weight: bold;
      margin-top: 18px;
  }
  
  .index.part-2 .new .item .show .imgNav {
      position: absolute;
      right: 18px;
      bottom: 60px;
  }

  .banner .imgNav {
    position: absolute;
    right: 200px;
    bottom: 60px;
}
  
  .imgNav a {
      text-decoration: none;
      color: darkgray;
  }
  .imgNav .current-imgNav{
      color: #369;
  }
  .backward {
  }
  
  .forward {
      left: 500px;
  }
  
  .pageTurning {
      position: relative;
  }
  
  .pageTurning a:hover::before {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  
  .pageTurning a::before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      border-radius: 50%;
      background: #fff;
      -webkit-transition: -webkit-transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s;
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }
  
  .pageTurning a:hover .icon-wrap::before,
  .pageTurning a:hover .icon-wrap::after {
      background: #c00;
  }
  
  .pageTurning a:hover .icon-wrap::before {
      -webkit-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
  }
  
  .pageTurning a:hover .icon-wrap::after {
      -webkit-transform: translateX(-50%) rotate(-45deg);
      transform: translateX(-50%) rotate(-45deg);
  }
  
  .index.part-2 .new .item .show .carousel-btn-prev,
  .index.part-2 .new .item .show .carousel-btn-next {
      position: absolute;
      z-index: 89;
      top: 130px;
      width: 50px;
      height: 50px;
      display: none;
      /*border: ;*/
  }

  .banner .carousel-btn-prev,
  .banner .carousel-btn-next {
    position: absolute;
    z-index: 89;
    top: 200px;
    width: 50px;
    height: 50px;
    /*border: ;*/
  }
  
  .carousel-btn-next {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  
  a:visited {
      color: #222;
  }
  
  .index.part-2 .new .item .show .carousel-btn-prev {
      left: 15px;
  }
  
  .index.part-2 .new .item .show .carousel-btn-next {
      right: 15px;
  }

  .banner .carousel-btn-prev {
      /* left: 200px; */
      left: 15%;
   }

    .banner .carousel-btn-next {
        right: 15%;
    }
  
  .icon-wrap {
      position: relative;
      display: block;
      width: 80%;
      height: 80%;
      margin: 10% 0 0 10%;
      display: none;
  }
  
  .icon-wrap:before {
      -webkit-transform: translateX(-50%) rotate(30deg);
      transform: translateX(-50%) rotate(30deg);
      -webkit-transform-origin: 0 100%;
      transform-origin: 0 100%;
  }
  
  .icon-wrap::after {
      top: 50%;
      -webkit-transform: translateX(-50%) rotate(-30deg);
      transform: translateX(-50%) rotate(-30deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
  }
  
  .icon-wrap::before,
  .icon-wrap::after {
      content: " ";
      position: absolute;
      left: 25%;
      width: 3px;
      height: 50%;
      background: #fff;
      -webkit-transition: -webkit-transform .3s, background-color .3s;
      transition: transform .3s, background-color .3s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }

